POV-Ray : Newsgroups : povray.windows : Command Line POV-Ray 3.5 GUIEXT. : Re: Command Line POV-Ray 3.5 GUIEXT. Server Time
2 Jul 2024 23:07:19 EDT (-0400)
  Re: Command Line POV-Ray 3.5 GUIEXT.  
From: Andrew Wilcox
Date: 20 Sep 2002 16:40:49
Message: <3d8b87d1@news.povray.org>
I'm not sure I want to release the source just yet.  I did extend the Demo
GUIEXT a bit, to help figure out how some of the things worked.  I'd be
willing to share that, as it more fully explains HOW-TO than the other one.
The other one I removed everything that I didn't need, and added some Java
JNI API calls, so there's a lot that's not really appropriate for the cook
book.

--
#macro Q(A,E,W)box{-A/2,A/2pigment{rgb 9*W}translate E*A+W/1000}#end#macro
M(D,E)#local A=1/pow(3,D);#if(D<3)#local C=D+1;union{M(C,1)M(C,x+y)M(C,x+z)
M(C,y+z)M(C,x+y-z)M(C,x+z-y)M(C,y+z-x)M(C,x-y)M(C,z-x)M(C,y-z)M(C,y-x)M(C,
x-z)M(C,z-y)M(C,x-y-z)M(C,y-x-z)M(C,z-x-y)translate A*E}#else Q(A,E,x)Q(A,E
,y)Q(A,E,z)#end#end union{M(0,0)rotate<45,145,0>translate z*2}//Andrew


"Tom Galvin" <tom### [at] dataforgenospamcom> wrote in message
news:3d854d81$1@news.povray.org...
>
> "Andrew Wilcox" <awi### [at] unpuzzledcom> wrote in message
> news:3d7e6748$1@news.povray.org...
> > Could you post a sample of what the command line version prints.  I
don't
> > have access to a Linux or Unix box (much sadness and wailing, etc...)
> >
> > Thanks. :-)
> >
>
> Would you be willing to send me the source code as is?  I am hoping to
> update my cookbook page real soon now.  Seeing the source of a working
> program would help a lot.  Real Life has put a crunch on my Pov and IMP
time
> the past few months.
>
> Thanks
> Tom
> tom### [at] imporg
> http://www.imp.org/visitors/guiext/cookbook.asp
>
>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.